Delete an Member

Delete an member

DELETE https://api.imber.live/member/:ID

This endpoint allows you to delete an member

Path Parameters

NameTypeDescription

id

string

ID of the operator

Headers

NameTypeDescription

Authentication

string

Authentication token

{
    "success": true,
    "data": {}
}

Last updated