delete
https://api.liveavatar.com/v1/secrets/
Delete a secret by id.
This endpoint:
- Requires API key authentication
- Permanently deletes the encrypted secret from the database
Args: service: Injected secrets service secret_id: The id of the secret to delete
Returns: Response confirming deletion
Raises: 400 Bad Request: If user doesn't have an associated space 404 Not Found: If the secret doesn't exist