Delete a Container Registry
- Name
- delete
- Type
- /v1/registry/:name
- Description
- Send a - DELETErequest to delete a container registry.
 
Request
Example
curl -X DELETE "https://api.simplystack.com/v1/registry/personal-registry" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token d359ad9cc9422b5ff07aede0cd2707da4ff82be0" \Response
Response to DELETE to /v1/registry/:name will not return any results, only the message (204 No Content) which indicates that the deletion was successful.