Endpoints
Delete endpoint
Endpoints
Delete endpoint
This endpoint deletes an endpoint
DELETE
/
v1
/
projects
/
{projectID}
/
endpoints
/
{endpointID}
curl --request DELETE \
--url https://dashboard.getconvoy.io/api/v1/projects/{projectID}/endpoints/{endpointID} \
--header 'Authorization: <api-key>'
{
"message": "<string>",
"status": true,
"data": {}
}
Authorizations
curl --request DELETE \
--url https://dashboard.getconvoy.io/api/v1/projects/{projectID}/endpoints/{endpointID} \
--header 'Authorization: <api-key>'
{
"message": "<string>",
"status": true,
"data": {}
}