DELETE
/
v1
/
users
/
{user_id}
curl --request DELETE \
  --url https://api.ziplink.click/v1/users/{user_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

user_id
string
required

ID of the user.

Example:

"ab782971-4d79-47ab-8685-77cf5a34b2bb"

Response

204

No Content