Delete a request formdelete https://api.seismic.com/programs/v2/spaces/{spaceId}/forms/{formId}Deletes a request form from the specified space.Path ParamsspaceIdstringrequiredlength between 7 and 22The unique identifier of the space containing the target entity. This determines the scope of entity queries and ensures proper access control. The space must be accessible to the authenticated user with appropriate permissions. It can be the unique identifier (GUID) of the space or the word "default" to indicate the default programs space. Common values include "default" and "rkr83lapKkyCJuLLWqLqzB".formIdstringrequiredThe ID of the request form.Responses 204No Content 400Bad Request 401Authentication failed due to missing, invalid, or expired JWT token. Obtain a valid token with required permission scopes. 403Access denied due to insufficient permissions to access entity or perform the requested action. Contact your administrator for assistance. 404Entity not found. Verify the entity ID exists to ensure proper permissions are granted. 500Internal server error during entity retrieval, mutation, or deletion.Updated 2 days ago