RocketCOMS

Remove a Campaign Batch

Delete a campaign batch that has not yet been processed. You can only delete campaign batches with a CREATED status.

Endpoint

DELETE /v1/batches/{id}

Authorization Header

Authorization: Bearer <access_token>
or
Authorization: Basic <encodedString>
where <encodedString> is your <api-key>:<api-secret> string encoded using Base64 encoding

Path Parameters

id  REQUIRED

string (UUID)

Unique ID assigned to the campaign batch in RocketCOMS.

Request Body

None

Returns

If successful, returns 200 Batch was successfully deleted.

SAMPLE RESPONSE

				
					{
  200 Batch was successfully deleted
}