delete https://example.com/local-user-store/api/v1/users/
Delete a user.
Log in to see full request history
Responses
200User successfully deleted
Delete a user.
200User successfully deleted
xxxxxxxxxx
curl --request DELETE \
--url https://example.com/local-user-store/api/v1/users/user_id \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json'
Try It!
to start a request and see the response here!