Skip to content

Delete a single subscription entry

DELETE
/subscriptions/{guid}

Deletes a single subscription specified in the path

Authorizations

Parameters

Path Parameters

guid
required
string format: guid
Example
2d8bb39b-8d34-48d4-b223-a0d01eb27d71

Responses

202

The deletion request has been received and will be processed

object
deletion_id
number format: integer
message
required
string
Example
{
"deletion_id": 25,
"message": "Deletion request was received and will be processed"
}

401

Unauthorized

object
code
required
string
message
required
string
Example
{
"code": 401,
"message": "User not authorized"
}

404

Not found

object
code
required
string
message
required
string
Example
{
"code": 404,
"message": "Resource not found"
}

405

Validation exception

object
code
required
string
message
required
string
Example
{
"code": 405,
"message": "Input could not be validated"
}