API Explorer

Test and explore the Chars.gg API endpoints

Delete friendship

Delete a friendship

Endpoint Details

Delete friendship

DELETE /v1/users/me/friends/{id}

Path Parameters

The UUID of the entity

Headers

Response Examples

204 - Friendship deleted successfully
400 - Invalid UUID format
Schema: {
  "$ref": "#/components/schemas/ValidationErrorResponseDto"
}
404 - Friendship not found
Schema: {
  "$ref": "#/components/schemas/EntityNodeFoundResponseDto"
}