API reference
V2Sequence Credentials

Delete sequence credential

Deletes a sequence credential.

DELETE
/api/v2/credentials/{id}

Deletes a sequence credential.

Authorization

access_token
Authorization<token>

In: header

Path Parameters

id*string

Id

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/api/v2/credentials/string"
{  "status": "ok",  "data": {}}