cURL
curl --request DELETE \ --url https://api.formizee.com/v1/endpoint/{id} \ --header 'Authorization: Bearer <token>'
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The id of the endpoint
"enp_4VjHrJoEwAFC6itz8oUBW9NW2bia"
Delete a endpoint
The response is of type object.
object
Was this page helpful?