Skip to main content
DELETE
/
background-processes
/
{backgroundProcess}
Delete background process
curl --request DELETE \
  --url https://app.laravel.cloud/api/background-processes/{backgroundProcess} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

The Bearer Token generated on the Cloud UI.

Path Parameters

backgroundProcess
string | null
required

The background process identifier

Response

No content