Delete user
https:/api.example.com/v1/users/{userId}
Delete a user
Path parameters
userId
string
Required
The user ID
Response
User deleted successfully
Example request
curl --request \ --url https://api.example.com/v1 \ --header 'accept: application/json'
Example response
{ "error": "string", "code": "string", "details": {}, "timestamp": "2019-08-24T14:15:22Z" }
Built with