Last modified:2024-12-28 09:18:52
This endpoint is used to delete a specific contact identified by the contact ID.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Responses
application/json curl --location --request DELETE 'https://oteapi.webnic.cc/ssl/v2/contact/delete/SSL10637T' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
"code": "1000",
"message": "Command completed successfully."
}
Modified at 2024-12-28 09:18:52