Delete a payout request batch
Experimental

Request

Deletes a payout request batch with a specified ID and clears the batchId field from every payout request in the batch. This operation preserves every payout request, status, and blocked state. This operation is atomic. It clears all batchId fields or leaves them all unchanged.

Security
SecretApiKey or JWT
Path
idstring, <= 50 characters^[@~\-\.\w]+$required

ID of the resource.

curl -i -X DELETE \
  'https://www.rebilly.com/_mock/catalog/all/payout-request-batches/{id}' \
  -H 'REB-APIKEY: YOUR_API_KEY_HERE'

Responses

Payout request batch deleted.

Headers
X-RateLimit-Limitinteger

Total number of rate limit tokens for this request within a rate limit period. For more information, see Rate limits.

Example:3600
X-RateLimit-Remaininginteger

Remaining number of rate limit tokens for this request within the rate limit period. For example, in the sandbox environment, rate limits for non-GET endpoints are set at 3000 requests per 10 minutes.

Example:3600
Response
No content