Delete a period by external id
Deletes a period by its external Id.
DELETE periods/external/:companyExternalId/:periodExternalId
Response
Upon successful delete of a period in the Basecone system, a 204 http status code will be returned. If something goes wrong, an error message with failure details will be given together with a suitable http error status code.
Possible error responses
Status code | Error code | Details |
---|---|---|
400 | invalid_request_payload | Period id cannot be empty. |
403 | unauthorized | Not allowed to Company. |
404 | notfound | Period not found. |