Delete a recurring donation
This DELETE
operation deletes a recurring donation by id
. If successful, you receive an HTTP response code of 204
.
See HTTP response codes for other response codes. |
DELETE /sqs/api/recurringDonations/<id>
HEADER INFO
authorisation: HTTP Basic Auth
tenant: <tenantName>
permissions: SQS_RECURRING_DONATION_DELETE_PERMISSION
URL parameters
Parameter | Description |
---|---|
|
The auto-assigned identifier that was given to the recurring donation upon creation. |
HTTP response codes
Code | Description | ||||
---|---|---|---|---|---|
|
success! |
||||
|
Multistatus response
|
||||
|
malformed request |
||||
|
unauthorised; bad username or password |
||||
|
forbidden; user does not have appropriate privileges |
||||
|
recurring donation not found |
||||
|
conflict with target resource
|
||||
|
failed validation; this typically means that a property was not set or a value is out of range. example
|
||||
|
failed processing (after passing validation). example
Example 1. SQS response codes
|
||||
|
internal error |
||||
|
request rejected due to overload |