Skip to main content
DELETE
/
users
/
{id}
Delete user
curl --request DELETE \
  --url https://api.sprucecollective.co.uk/users/{id} \
  --header 'Authorization: <api-key>'
{}

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and JWT token.

Path Parameters

id
string
required

User ID

Response

OK

The response is of type object.