DeleteContactType deletes a contact type.
DELETE/api/v1/engagements/contacts/types/:id
Warning
Contacts using this type will have their contact_type_id set to NULL.
Parameters
- id: Required, contact type to delete
Errors
- NOT_FOUND: Contact type does not exist
- PERMISSION_DENIED: Caller lacks contacts:settings:write permission
Request
Responses
- 200
- default
A successful response.
An unexpected error response.