API
Stacklets
Delete stacklet

Delete a Stacklet

  • Name
    delete
    Type
    /v1/stacklets
    Description

    Send a DELETE request to delete a stacklet.

Request

Example

curl -X DELETE "https://api.simplystack.com/v1/stacklets" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token d359ad9cc9422b5ff07aede0cd2707da4ff82be0"
 

Response

Response to method DELETE to /v1/stacklets/:id will not return any results, only the message (204 No Content) which indicates that the deletion was successful.