EaserixDocs
DevelopersAPI referenceFormsDestinations

Delete a destination

Owner-only delete; a shared form's destination returns 403.

View as Markdown
DELETE
/v1/forms/{id}/destinations/{did}
AuthorizationBearer <token>

In: header

Path Parameters

id*string
did*string

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/forms/string/destinations/string"
{  "message": "string"}