Skip to main content

Delete Contact

DELETE 

https://api.tinyemail.com/v1/contacts/:id

Deletes an existing contact

Request

Path Parameters

    id uuidrequired

    ID of the contact to delete

Responses

Successful operation

Authorization: X-API-KEY

name: X-API-KEYtype: apiKeyin: header
curl -L -X DELETE 'https://api.tinyemail.com/v1/contacts/:id' \
-H 'X-API-KEY: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://api.tinyemail.com/v1
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!