cURL
curl --request DELETE \ --url https://api.transmit.dev/v1/contacts/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
Delete a contact by ID. This action is permanent and cannot be undone.
Enter your API key with 'tx_' prefix. Get your API key from the dashboard.
Contact deleted successfully
Operation success status
Success message