Remove coach from your club

POST {{baseUrl}}/{{version}}/coaches/remove/263191

The provided endpoint facilitates the removal of a coach from the club.

Request Body

[{"name"=>"user_id", "value"=>"263191", "datatype"=>"number"}, {"name"=>"org_id", "value"=>"264", "datatype"=>"number"}]

HEADERS

KeyDatatypeRequiredDescription
AuthorizationstringA valid JWT toke

RESPONSES

status: OK

{"error":false,"code":200,"message":"You have been removed from organisation"}