It seems like your browser didn't download the required fonts. Please revise your security settings and try again.
Barracuda Intronis Backup
formerly ECHOplatform

Partner Cancellation Controller

  • Last updated on

URI

/v1/partners/{username}/cancellation

URI Parameters

  • username (string)

Methods

POST

POST /v1/partners/{username}/cancellation

Cancels a partner with a given reason.

Scope

partners_write

Request Body Parameters

  • reason_id (int) – the reason id from the Cancellation Reason List resource
  • reason_note (string) – additional note that can be blank if reason doesn’t require a note

Response Attributes

  • n/a

Example JSON

Request:

POST /v1/partners/barracuda/cancellation HTTP/1.1

Host: api.intronis.com

Authorization: OAuth vF9dft4qmT

Content-Type: application/json

 

{

  "reason_id": 1,

  "reason_note": ""

}

 

Response:

HTTP/1.1 303 See Other

Location: https://api.intronis.com/v1/partners/barracuda

Example XML

Request:

POST /v1/partners/barracuda/cancellation HTTP/1.1

Host: api.intronis.com

Authorization: OAuth vF9dft4qmT

Content-Type: application/xml

 

<?xml version="1.0" encoding="UTF-8"?>

<cancellation>

  <reason_id>1</reason_id>

  <reason_note/>

</cancellation>

Response:

HTTP/1.1 303 See Other

Location: https://api.intronis.com/v1/partners/barracuda