cURL
curl --request DELETE \ --url https://cloud.laravel.com/api/background-processes/{backgroundProcess} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Delete a background process.
The Bearer Token generated on the Cloud UI.
The background process identifier
No content
Was this page helpful?