Skip to main content

Delete category

Use this endpoint to delete a specific custom category according to its unique GUID. The API will respond with an empty object and a status of 204 No Content.

DELETE
/users/{user_guid}/categories/{category_guid}

Path Parameters

FieldRequiredType

category_guid

The unique id for a category.

Required
String

user_guid

The unique identifier for a user, beginning with the prefix USR-.

Required
String

Header Parameters

FieldRequiredType

Accept-Version

MX Platform API version.

Required
String
Loading...