delete https://bolt.thena.ai/v3/contacts/
This API deletes a contact by id.
Response parameters
Field Path | Type | Description |
---|---|---|
data._id | String | The unique identifier of the notification object. |
data.name | String | The name associated with the notification (in this case, 'notification'). |
data.email | String | The email address associated with the notification (in this case, '[email protected]'). |
data.user_id | String | The internal user ID associated with the notification object. |
data.created_at | String | The timestamp when the notification was created in the system (ISO 8601 format). |
data.updated_at | String | The timestamp when the notification was last updated (ISO 8601 format). |
data.installation_id | String | The ID of the installation this notification is associated with. |
data.relationship_ids[] | Array | An array of relationship IDs linked to this notification object. |
data.metadata.slack | Object | Metadata related to Slack. In this case, the object is empty. |
message | String | A message related to the response (null indicates no message). |