Spec Delete
API Specs
Spec Delete
Delete a spec by its API name.
Deletes the spec identified by its API name. Requires authentication.
Parameters:
- api_name (str): The name of the spec to delete.
Returns:
- dict: A confirmation message if the spec is deleted successfully.
Raises:
- HTTPException(404): If the spec with the provided API name is not found.
- HTTPException(500): If an error occurs while deleting the spec.
DELETE
Spec Delete
