DELETE /v1/spaces/:space_id/ticket_components/:id
Ticket components API is deprecated. Please use custom fields.
HTTP Verb: DELETE
Available statuses: 200 OK, 404 Not Found
Object: TicketComponent
Location: n/a
Formats: XML, JSON
Delete a ticket component
Params
No params available
Examples
Request XML, using cURL utility:
curl -X DELETE -i -H "Authorization: Bearer _token" https://api.assembla.com/v1/spaces/_space_id/tickets/_ticket_id/ticket_components/_id.xml
Response
HTTP/1.1 200 OK
Server: nginx/0.8.55
Date: Mon, 16 Jul 2012 14:23:05 GMT
Content-Type: application/xml; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Status: 200
...
Request JSON, using cURL utility:
curl -X DELETE -i -H "Authorization: Bearer _token" https://api.assembla.com/v1/spaces/_space_id/tickets/_ticket_id/ticket_components/_id.json
Response
HTTP/1.1 200 OK
Server: nginx/0.8.55
Date: Mon, 16 Jul 2012 14:23:05 GMT
Content-Type: application/json; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Status: 200
{}
For delete operations no response body is available, follow the response status to get the result of operation.