API reference_generatedcontacts/id
/contacts/{id}
Delete a single contact by ID.
AuthorizationBearer <token>
Better Auth session access token (OAuth 2.1) from the webapp or mobile app. Send as Authorization: Bearer <access_token>.
In: header
Path Parameters
id*string
Contact person UUID
Format
uuidResponse Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/contacts/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "message": "OK"}