DELETE
/
myxboard
/
delete
/
{myxboard_id}
curl --request DELETE \
  --url https://engine.remyx.ai/api/v1.0/myxboard/delete/{myxboard_id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

myxboard_id
string
required

Response

200
application/json
MyxBoard deleted successfully

The response is of type object.