Appearance
Eliminar un formulario
DELETE
/config/forms/{formid}
Deletes a form from the session's configuration. Verifies ownership before deleting. Note: Delete method in ProfileGroupService needs to be implemented.
Authorizations
bearerAuth
JWT token de autenticación. Utilice este esquema para autenticar solicitudes con un token JWT.
TypeHTTP (bearer)
Parameters
Path Parameters
formid*
ID único del formulario a eliminar
Typestring
RequiredExample
123e4567-e89b-12d3-a456-426614174000format
uuidResponses
Formulario eliminado exitosamente
application/json
JSON
{
"status": "success",
"message": "Form deleted successfully"
}