DELETE /queue/{guid}
Remove a queue job from the system
/queue/{guid}DELETERemove a queue job from the system
| Key | Type | Example | Description |
|---|---|---|---|
| guidrequired | string | 'a23575f49d0af385314c1f02280163374297e018a692e5e...' | Unique identifier of the queue job to delete |
| Key | Type | Example | Description |
|---|---|---|---|
| authorizationrequired | string | | Access token |
| Key | Type | Example | Description |
|---|---|---|---|
| forceoptional | boolean | | Force deletion even if job is running |
| reasonoptional | string | | Reason for deletion |
{
"guid": "a23575f49d0af385314c1f02280163374297e018a692e5e4ab85eb307ebf6ebc"
}{
"error": "ERROR"
}| Status | Error Code | Description |
|---|---|---|
404 | ERROR | Queue job not found |
409 | ERROR | Cannot delete running job without force flag |
| Permission | Description |
|---|---|
Bearer token | Access token required via Authorization header, x-authtoken, x-token, query param, or cookie |
queue_remove | Required scope: queue_remove |
Back to Queue Return to the Queue category to view other endpoints All API Categories Browse all available API categories
