We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Request: DELETE /project/{projectId}/job/{jobId}
DELETE /project/{projectId}/job/{jobId}
Deletes an existing job with the given ID. Jobs can only be deleted, when the corresponding project’s state is prepared.
prepared
Delete the job with the ID be2bdb76-afe4-4291-bb33-5f3e4019a05e:
be2bdb76-afe4-4291-bb33-5f3e4019a05e
DELETE /v1/project/bc141454-5949-401b-9c05-7591ee2f5624/job/be2bdb76-afe4-4291-bb33-5f3e4019a05e HTTP/1.1 Host: api.textking.com Authorization: Bearer youraccesstoken
Response:
HTTP/1.1 204 No Content