Skip to content

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
Required
Example123e4567-e89b-12d3-a456-426614174000
formatuuid

Responses

Formulario eliminado exitosamente
application/json
JSON
{
"status": "success",
"message": "Form deleted successfully"
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI