# Delete bulk messaging job

Delete a bulk messaging job.

# Method

DELETE

# Path

/messages/bulk/[job_id]

# Path parameter

Name Value Required?
job_id ID of the scheduled bulk messaging job. Yes

# Response

# HTTP status codes

Code Remarks
200 Request was successful.
400 Validation error or request body was incorrectly formatted.
401 Authentication failed. Check apikey header.
404 Requested API endpoint not found.
429 The rate limit has been reached.
500-511 There was a problem processing the request on our server. Try again later.

# Response object

Name Value Remarks
status success or error -
errors Array of object { msg: [error detail] } Only present when status is error.

# Code sample

curl --location --request DELETE 'https://api.sociocs.com/messages/bulk/Xyz12345' \
--header 'apikey: your_api_key'