Delete a contact point
DELETE/v1/provisioning/contact-points/:UID
Delete a contact point. Please ensure to change the region in the URL to match your account's region.
Request
Path Parameters
UID stringrequired
Responses
- 204
Not Found
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "The contact point was deleted successfully."
}
Loading...