curl --request DELETE \
--url https://api.example.com/api/v1/sender-profiles/{profile_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Delete a sender profile.
Deletes a sender profile if the authenticated user has access.
Args: profile_id: The ID of the profile to delete current_user: Authenticated user information settings: Application settings
Returns: None (204 No Content on success)
Raises: HTTPException: If profile not found or access denied
curl --request DELETE \
--url https://api.example.com/api/v1/sender-profiles/{profile_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.bavlio.com/llms.txt
Use this file to discover all available pages before exploring further.