Permanently remove a contact associated with your account. This is useful if a contact is no longer relevant or needs access. The endpoint returns a unique ID for tracking the action in the system.
type string required id string required Accept Example Content-Type Example success boolean timestamp string requestId string data object error string message string code string timestamp string requestId string error string message string code string timestamp string requestId string https://cloud.hostup.se/api/teams curl -X DELETE "https://cloud.hostup.se/api/teams?type=string&id=string" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"success": true,
"call": "string",
"server_time": 0,
"info": [
"string"
]
}
}