Deletes a card by its ID.

SecurityBearer
Request
path Parameters
id
required
integer

The ID of the card to delete.

Responses
200

OK

204

Returns a response indicating the success of the deletion.

404

If the card is not found.

500

If there was an internal server error.

delete/company/{facilityId}/api/cards/{id}
Request samples
Response samples
application/json
{
  • "type": "string",
  • "title": "string",
  • "status": 0,
  • "detail": "string",
  • "instance": "string",
  • "property1": null,
  • "property2": null
}