API
Userdata
Delete userdata script

Delete a Userdata Script

  • Name
    post
    Type
    /v1/userdata/:uuid
    Description

    Send a DELETE request to delete a userdata script.

Request

Example

curl -X DELETE "https://api.simplystack.com/v1/userdata/69604814-f02f-4978-8c90-4a0957889218" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token d359ad9cc9422b5ff07aede0cd2707da4ff82be0"

Response

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