Delete contact
DELETE/account/me/contact/:contactId
Deletes a contact of the current cloud account.
Request
Path Parameters
contactId stringrequired
The ID of the contact.
Example: contact-100001
Header Parameters
x-maxone-role-id string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
code int32
The response code.
data object
The wrapped responding data.
msg string
The response message.
{
"code": 0,
"data": {},
"msg": "string"
}
Loading...