Skip to main content
DELETE
/
v2
/
orgs
/
share-agreements
/
{share_agreement_id}
Delete Share Agreement
curl --request DELETE \
  --url https://api.catenatelematics.com/v2/orgs/share-agreements/{share_agreement_id} \
  --header 'Authorization: Bearer <token>'
{
  "code": 400,
  "message": "Bad Request",
  "detail": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

share_agreement_id
string<uuid>
required

Response

Share Agreement successfully deleted