RocketKOR

Suspend a Scheduled Transaction

Suspend a scheduled transaction. Any scheduled one-time or recurring transactions will not be executed while the scheduled transaction is suspended. The scheduled transaction will resume once it is unsuspended.

Endpoint

POST /v1/scheduled-transactions/{scheduledTransactionId}/suspend

Authorization Header

Authorization: Bearer <access_token>

Path Parameters

scheduledTransactionId  REQUIRED

string (UUID)

ID of the scheduled transaction in the RocketKOR system.

Request Body

None

Returns

If successful, returns 200 Scheduled transaction was suspended.

SAMPLE RESPONSE

				
					{
  200 Scheduled transaction was suspended
}