Rafobase Logo

Delete a member

Permanently delete a member. Consider setting status to inactive instead.

DELETE
/members/{id}

Permanently delete a member. Consider setting status to inactive instead.

Authorization

bearerAuth
AuthorizationBearer <token>

API key authentication. Use your API key as the bearer token.

In: header

Path Parameters

id*string

Member ID

Response Body

application/json

application/json

curl -X DELETE "https://api-base.rafo.work/api/v1/members/string"
Empty
{
  "error": {
    "code": "unauthorized",
    "message": "Invalid or missing API key"
  }
}
{
  "error": {
    "code": "not_found",
    "message": "Resource not found"
  }
}