Delete an member

Remove an member from the system by providing its unique ID.

DELETE
/organizations/{organizationId}/members/{memberId}
AuthorizationBearer <token>

In: header

Path Parameters

organizationId*string

Unique identifier of the organization

memberId*string

Unique identifier of the organization member

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://api-testnet.dual.network/organizations/string/members/string"
{}
{
  "code": 0,
  "message": "string",
  "details": {}
}
{
  "code": 0,
  "message": "string",
  "details": {}
}
{
  "code": 0,
  "message": "string",
  "details": {}
}